home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Eductation Resources
/
APDL Eductation Resources.iso
/
programs
/
electronic
/
rlab
/
!RLaB
/
help_a_i
/
hess
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-02-21
|
284 b
|
15 lines
hess:
Syntax: hess( A )
Description:
Hess finds the Hessenberg from of a matrix. Hess takes a
single matrix as input, and returns a list with two elements,
h, and p.
A = p * h * p' where A is the input
Hess uses the LAPACK subroutines DGEHRD, DORGHR, and ZGEHRD,
ZUNGHR.